home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-09-10 | 637 b | 31 lines | [TEXT/EDIT] |
- ¿Script
-
- # A sample .console file.
- # put all your alias's and things which you want to apply to all
- # consoles in this script.
-
- echo Welcome Back!
-
- # set a sample shell variable:
-
- set MudDir {ROOT}macmud:madmud:
-
- # Put all your aliases here so they get loaded every time you
- # open a new console window (convenient huh?) :)
-
- alias / cd {ROOT}¿
- alias mud cd {MudDir}
- alias player cd {MudDir}players:¿
- alias home cd {HOME}
- alias e edit ¿
- alias l ls ¿
- alias . cd ¿
- alias help e {HOME}instructions
- alias word {ROOT}appl:word 5.1a:microsoft word
- alias e2 {ROOT}appl:Edit II ƒ:Edit II
-
- # add some search paths..
-
- path {HOME}tools:
- path {HOME}
-